Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-word Chemistry warning texts #651

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sjd210
Copy link
Contributor

@sjd210 sjd210 commented Oct 16, 2024

According to Andrea's feedback:

  • “Your answer contains invalid syntax!” → "Your answer is not chemically valid!"
  • “Check your elements!” → “Check that you have all the correct atoms present and in the right place!"
  • “What type of equation is this?” → “Check your reaction arrow!”

& add exclamation marks to the end of those that do not already have them, for unity e.g. “Your equation is unbalanced.”

Copy link

codecov bot commented Oct 16, 2024

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 34.17%. Comparing base (02349a2) to head (2e5dc4e).
Report is 14 commits behind head on master.

Files with missing lines Patch % Lines
...tg/isaac/quiz/IsaacSymbolicChemistryValidator.java 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #651      +/-   ##
==========================================
+ Coverage   34.16%   34.17%   +0.01%     
==========================================
  Files         520      520              
  Lines       23245    23244       -1     
  Branches     2849     2850       +1     
==========================================
+ Hits         7941     7944       +3     
+ Misses      14503    14499       -4     
  Partials      801      801              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

// FIXME: This currently clashes with determining whether the submitted answer was the wrong type
// Inequality should be changed to not allow Nuclear syntax in Chemistry questions and vice versa
feedback = new Content("Your answer contains invalid syntax!");
feedback = new Content("Your answer is not chemically valid!");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've always thought this warning was a bit "in your face" and certain. It's now even more certain, and yet I think that it's just as likely we don't support whatever they are trying to do. For numeric questions we use a softer tone: "Your answer is not in a format we recognise".

We could do something similar here: "Your answer is not in a format we recognise; it might not be chemically valid."?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants